home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 012 / quickies.arc / BAT.DOC < prev    next >
Text File  |  1987-04-07  |  1KB  |  46 lines

  1.  ------------------------------------------------------------------------
  2. !     .BAT files to do things in DOS                 !
  3. -------------------------------------------------------------------------
  4.  
  5.            ******  ADDFILES.BAT **********
  6.  
  7.      This routine will copy any files in the current drive and
  8.      directory which do not exist in the destination drive and
  9.      directory, thereby adding the files to the destination without
  10.      overwriting any files that already exist.
  11.  
  12.     Call is:    ADDFILES d:\path   or
  13.             ADDFILES d:
  14.  
  15.        Where d:\path or d: is the destination.
  16.  
  17.       Must be called from the SOURCE directory!
  18.  
  19.  
  20.           ******* CHKFIL.BAT **************
  21.  
  22.  
  23.      This routine checks files for read/disk errors.  CHKDSK doesn't
  24.      do this.
  25.  
  26.       Call is:     CHKFIL  <filespec>
  27.  
  28.       Example:     CHKFIL  a:\dir\*.com
  29.  
  30.  
  31.  
  32.  
  33.            ******** REFRESH.BAT *************
  34.  
  35.      This routine will copy any files in the current drive and
  36.      directory which also exist in the destination drive and
  37.      directory, thereby placing the most current version on the
  38.      destination.
  39.  
  40.     Call is:    REFRESH  d:\path    or
  41.             REFRESH  d:
  42.  
  43.        Where d:\path or d: is the destination.
  44.  
  45.       Must be called from the SOURCE directory.
  46.